home *** CD-ROM | disk | FTP | other *** search
- on(rollOver){
- if(_name == 0)
- {
- _parent.nextFrame();
- this.onEnterFrame = function()
- {
- var _loc1_ = _parent;
- if(!_loc1_.hitTest(_root._xmouse,_root._ymouse,true))
- {
- _loc1_.chosen = false;
- _loc1_.prevFrame();
- this.onEnterFrame = null;
- }
- };
- }
- else if(price._currentframe == 1)
- {
- price.gotoAndStop("buy");
- }
- _parent._parent._parent.description.gotoAndStop(_parent._name);
- if(_name != 0)
- {
- _parent._parent._parent.description.item.gotoAndStop(Number(_name) + 1);
- price._visible = true;
- if(_parent[0]._currentframe == _currentframe)
- {
- price.gotoAndStop("used");
- }
- else if(price.price > _root.money)
- {
- price.gotoAndStop("nomoney");
- }
- }
- }
-